CyberMinds Logo

Course 6 - Explore the Filesystem

Navigate the Filesystem Activity

If you ever get stuck on one of the prompts, look at the previous Readings or use the Chat Box for help!

Prompts:

  1. Print your current directory
  2. List the contents of the directory, navigate to Documents, and list the contents of Documents.
  3. In Documents create a new directory called Cats, then make a .txt file in Cats called tabbyCats. Then, list the contents of the Cats directory.
  4. In one command, navigate back to /home/user. From there, remove tabbyCats.txt. Lastly, remove the Cats directory
  5. *Hint: this is a case where you can type out the entire file path!